home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Missile Defender.swf / scripts / frame_102 / DoAction.as < prev   
Encoding:
Text File  |  2006-06-13  |  143 b   |  6 lines

  1. FrameLoad = int("100" / (_totalframes - "100") * (_framesloaded - "100"));
  2. tellTarget("/loader")
  3. {
  4.    gotoAndStop(eval("/:FrameLoad"));
  5. }
  6.